@charset "UTF-8";
.vn {
  width: 1200px;
  margin: 0 auto;
}

.vns {
  width: 1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
}

.sample-head {
  height: 118px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  z-index: 999;
}

.sample-head .vn {
  position: relative;
}

.sample-head .logos {
  position: absolute;
  line-height: 118px;
  width: 102px;
  left: 617px;
  top: 0px;
}

/*关于我们*/
.sample-about {
  height: 624px;
  background: url(../images/about.jpg) no-repeat center center;
  padding-top: 62px;
}

.sample-about .title {
  text-align: center;
}

.sample-about .title h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
}

.sample-about .title span {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  margin-top: 8px;
}

.sample-about .about-con {
  margin-top: 45px;
}

.sample-about .about-con .about-left {
  width: 600px;
}

.sample-about .about-con .about-left .about-wz {
  font-size: 14px;
  color: #666666;
  line-height: 31px;
  text-indent: 2em;
}

.sample-about .about-con .about-left .about-more {
  margin-left: 12px;
  margin-top: 25px;
}

.sample-about .about-con .about-left .about-more a {
  display: block;
  float: left;
  width: 82px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #dcdcdc;
  border-radius: 3px;
  font-size: 14px;
  color: #666666;
}

.sample-about .about-con .about-left .about-more a:hover {
  background: #ff5c23;
  color: #fff;
}

.sample-about .about-con .about-left .about-more img {
  float: right;
  margin-right: 20px;
}

.sample-about .about-con .about-left .about-list {
  margin-top: 50px;
}

.sample-about .about-con .about-left .about-list li {
  float: left;
  margin-right: 10px;
}

.sample-about .about-con .about-left .about-list li img {
  width: 141px;
  height: 101px;
}

.sample-about .about-con .about-left .about-list li:last-child {
  margin-right: 0px;
}

.sample-about .about-con .about-right {
  width: 528px;
}

.sample-about .about-con .about-right img {
  width: 528px;
  height: 399px;
}

.sample-youshi {
  margin-top: 55px;
  background: #fff;
  padding-bottom: 50px;
}

.sample-youshi .title {
  text-align: center;
}

.sample-youshi .title h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
}

.sample-youshi .title span {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  margin-top: 8px;
}

.sample-youshi .youshi-list {
  margin-top: 50px;
}

.sample-youshi .youshi-list li {
  float: left;
  width: 300px;
  text-align: center;
}

.sample-youshi .youshi-list li .imgs {
  line-height: 75px;
}

.sample-youshi .youshi-list li h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  line-height: 18px;
  margin-top: 20px;
}

.sample-youshi .youshi-list li span {
  display: block;
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
}

.sample-youshi .youshi-list li:hover .imgs img {
  filter: invert(51%) sepia(92%) saturate(3724%) hue-rotate(346deg) brightness(104%) contrast(101%);
}

.sample-youshi .youshi-list li:hover h3 {
  color: #ff5c23;
}

.sample-youshi .youshi-list li:hover span {
  color: #ff5c23;
}

/*服务项目*/
.sample-xiangmu {
  padding-top: 70px;
  height: 638px;
  background: url(../images/xiangmu.png) no-repeat center center;
}

.sample-xiangmu .title {
  text-align: center;
}

.sample-xiangmu .title h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
}

.sample-xiangmu .title span {
  display: block;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  margin-top: 8px;
}

.sample-xiangmu .xiangmu-list {
  margin-top: 30px;
}

.sample-xiangmu .xiangmu-list li {
  float: left;
  width: 367px;
  margin-right: 49.5px;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.sample-xiangmu .xiangmu-list li:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.sample-xiangmu .xiangmu-list li:last-child {
  margin-right: 0px;
}

.sample-xiangmu .xiangmu-list li .imgs {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.sample-xiangmu .xiangmu-list li .imgs img {
  width: 367px;
  height: 240px;
}

.sample-xiangmu .xiangmu-list li .xiangmu-content {
  background: #fff;
  padding-top: 20px;
  height: 165px;
  border: 1px solid #eaeaea;
}

.sample-xiangmu .xiangmu-list li .xiangmu-content h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}

.sample-xiangmu .xiangmu-list li .xiangmu-content .wzs {
  text-align: center;
  margin-top: 15px;
}

.sample-xiangmu .xiangmu-list li .xiangmu-content .wzs p {
  display: inline-block;
  text-align: left;
  width: 135px;
  margin: 0 10px;
  font-size: 16px;
  color: #000000;
  background: url(../images/gou.png) no-repeat left center;
  padding-left: 27px;
  margin-bottom: 10px;
}

.sample-xiangmu .xiangmu-list li .xiangmu-content .wzs p a{
    color: #000000;
}

.sample-kehu {
  height: 695px;
  background: url(../images/kehu.jpg) no-repeat center center;
  padding-top: 74px;
}

.sample-kehu .titles {
  text-align: center;
}

.sample-kehu .titles h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
}

.sample-kehu .titles span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 3px;
  margin-top: 14px;
}

.sample-kehu .titles p {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-top: 50px;
}

.sample-kehu .kehu-list {
  margin-top: 55px;
}

.sample-kehu .kehu-list li {
  float: left;
  width: 180px;
  margin-right: 23px;
  margin-bottom: 21px;
}

.sample-kehu .kehu-list li:nth-child(6n) {
  margin-right: 0px;
}

.sample-kehu .kehu-list li a.img {
  display: block;
}

.sample-kehu .kehu-list li a.img img {
  width: 180px;
  height: 71px;
}

/*资质荣誉*/
.sample-honor {
  height: 447px;
  background: url(../images/zizhi.jpg) no-repeat center center;
  padding-top: 65px;
}

.sample-honor .titles {
  text-align: center;
}

.sample-honor .titles h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
}

.sample-honor .titles span {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 12px;
}

.sample-honor .honor-list {
  margin-top: 75px;
  position: relative;
}

.sample-honor .honor-list .product_list {
  padding: 0 9px;
}

.sample-honor .honor-list .product_list li {
  float: left;
  width: 262px;
  margin-right: 45px;
}

.sample-honor .honor-list .product_list li a.img {
  display: block;
}

.sample-honor .honor-list .product_list li a.img img {
  width: 262px;
  height: 180px;
}

#pdemo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#pindemo {
  float: left;
  width: 800% !important;
}

#pdemo1 {
  float: left;
}

#pdemo2 {
  float: left;
}

.l_btn1 {
  position: absolute;
  left: -66px;
  top: 40%;
  cursor: pointer;
}

.l_btn1:hover {
  filter: invert(51%) sepia(92%) saturate(3724%) hue-rotate(346deg) brightness(104%) contrast(101%);
}

.r_btn1 {
  position: absolute;
  right: -66px;
  top: 40%;
  cursor: pointer;
}

.r_btn1:hover {
  filter: invert(51%) sepia(92%) saturate(3724%) hue-rotate(346deg) brightness(104%) contrast(101%);
}

.sample-news {
  height: 674px;
  background: url(../images/news.png) no-repeat center center;
  padding-top: 55px;
}

.sample-news .titles {
  text-align: center;
}

.sample-news .titles h3 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
}

.sample-news .titles span {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 12px;
}

.sample-news .news-con {
  margin-top: 35px;
}

.sample-news .news-con .news-left {
  width: 469px;
}

.sample-news .news-con .news-left .news-list h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 15px;
}

.sample-news .news-con .news-left .news-list p {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

.sample-news .news-con .news-left .news-list span {
  display: block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #dcdcdc;
  font-size: 18px;
  color: #666666;
  margin-top: 18px;
  border-radius: 3px;
}

.sample-news .news-con .news-left .news-list span:hover {
  background: #ff5c23;
  color: #fff;
}

.sample-news .news-con .news-right {
  width: 677px;
}

.sample-news .news-con .news-right .right-title .sort1 li {
  float: left;
  font-size: 24px;
  line-height: 24px;
  width: 121px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.sample-news .news-con .news-right .right-title .sort1 li:hover {
  background: #ff5c23;
}

.sample-news .news-con .news-right .right-title .sort1 li:hover a {
  color: #fff8f8;
}

.sample-news .news-con .news-right .right-title .sort1 li a {
  color: #666666;
}

.sample-news .news-con .news-right .right-title a.newsmore {
  float: right;
  line-height: 40px;
  font-size: 24px;
  color: #666666;
}

.sample-news .news-con .news-right .right-title a.newsmore:hover {
  color: #ff5c23;
}

.sample-news .news-con .news-right .lists {
  margin-top: 15px;
}

.sample-news .news-con .news-right .lists li {
  border-bottom: 1px solid #dcdcdc;
  padding: 17px 0;
}

.sample-news .news-con .news-right .lists li .time {
  width: 65px;
}

.sample-news .news-con .news-right .lists li .time .day {
  font-size: 50px;
  color: #666666;
  line-height: 40px;
}

.sample-news .news-con .news-right .lists li .time .month {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 16px;
  margin-top: 7px;
}

.sample-news .news-con .news-right .lists li .wzs {
  width: 565px;
  margin-right: 15px;
}

.sample-news .news-con .news-right .lists li .wzs h3 {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.sample-news .news-con .news-right .lists li .wzs h3 a {
  color: #333333;
}

.sample-news .news-con .news-right .lists li .wzs p {
  font-size: 14px;
  color: #999999;
  text-indent: 2em;
  line-height: 20px;
  margin-top: 10px;
}

.sample-link {
  font-size: 14px;
  color: #fffefe;
  line-height: 58px;
  background: #262626;
}

.sample-link .vn {
  padding-left: 5px;
}

.sample-link a {
  color: #fffefe;
}

/*底部*/
.sample-foot {
  background: #121212;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sample-foot .foot-left .foot-logo img {
  max-width: 100%;
}

.sample-foot .foot-left .foot-contact {
  font-size: 14px;
  color: #fffefe;
  line-height: 28px;
  margin-top: 20px;
}

.sample-foot .foot-mid {
  margin-left: 35px;
}

.sample-foot .foot-mid dl {
  float: left;
  margin-left: 40px;
}

.sample-foot .foot-mid dl dt {
  font-size: 16px;
  color: #fffefe;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 5px;
}

.sample-foot .foot-mid dl dd {
  font-size: 14px;
  line-height: 28px;
}

.sample-foot .foot-mid dl dd a {
  color: #f5f5f5;
}

.sample-foot .foot-right {
  font-size: 14px;
  color: #fffefe;
  text-align: center;
}

.sample-foot .foot-right .erweima {
  line-height: 36px;
}

.sample-foot .foot-right .tels {
  margin-top: 42px;
}

.sample-foot .foot2 {
  margin-top: 40px;
}

.sample-foot .foot2 .foot2-left {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  width:65%;
}

.sample-foot .foot2 .foot2-left a {
  color: #fff;
}

.sample-foot .foot2 .foot2-right #formsearch {
  width: 338px;
  height: 40px;
  background: url(../images/sss.png) no-repeat center center;
  font-size: 0px;
}

.sample-foot .foot2 .foot2-right #formsearch input {
  background: none;
  border: none;
  outline: none;
}

.sample-foot .foot2 .foot2-right #formsearch #keyword {
  width: 80%;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  text-indent: 8px;
}

.sample-foot .foot2 .foot2-right #formsearch #s_btn {
  width: 20%;
  line-height: 40px;
}
